PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFListField Class / setSelectedIndex Method
The lowest ordinal index of the selected items in the list. The default is -1, which indicates that nothing is selected.
In This Topic
    setSelectedIndex Method
    In This Topic
    Sets the lowest ordinal index of the selected items in the list.
    Use this property to determine the index of the currently selected item in the list if the list control allows only one selection.
    Syntax
    public void setSelectedIndex( 
       int value
    )

    Parameters

    value
    The lowest ordinal index of the selected items in the list. The default is -1, which indicates that nothing is selected.
    See Also